home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
-recent3
/
storm_flexcat.lha
/
Storm_FlexCat
/
C_h.sd
< prev
next >
Wrap
Text File
|
1999-02-15
|
579b
|
33 lines
##stringtype C
##shortstrings
/****************************************************************
This file was created automatically by `%fv'
from "%f0".
Do NOT edit by hand!
****************************************************************/
#ifndef %b_CAT_H
#define %b_CAT_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
void LocalizeStringArray(STRPTR *Array);
void Open%bCatalog ();
void Close%bCatalog();
struct FC_String
{
STRPTR Str;
const LONG Id;
};
extern struct FC_String %b_Strings[];
#define %i (%b_Strings[%e].Str)\n#define _%i %e
#endif